|
BSDK.NET - BlomURBEX 3D Data Provider Software Development Kit
|
Abstract class implemented by the user that lets SDK configure proxy server. More...
Public Types | |
Proxy settings constants | |
| enum | BLAuthenticationScheme { BL_PROXY_SETTINGS_NO_AUTHENTICATION_SCHEME = NatBProxySettings.BLAuthenticationScheme.BL_PROXY_SETTINGS_NO_AUTHENTICATION_SCHEME, BL_PROXY_SETTINGS_BASIC_AUTHENTICATION_SCHEME = NatBProxySettings.BLAuthenticationScheme.BL_PROXY_SETTINGS_BASIC_AUTHENTICATION_SCHEME, BL_PROXY_SETTINGS_DIGEST_AUTHENTICATION_SCHEME = NatBProxySettings.BLAuthenticationScheme.BL_PROXY_SETTINGS_DIGEST_AUTHENTICATION_SCHEME, BL_PROXY_SETTINGS_PASSPORT_AUTHENTICATION_SCHEME = NatBProxySettings.BLAuthenticationScheme.BL_PROXY_SETTINGS_PASSPORT_AUTHENTICATION_SCHEME, BL_PROXY_SETTINGS_NTLM_AUTHENTICATION_SCHEME = NatBProxySettings.BLAuthenticationScheme.BL_PROXY_SETTINGS_NTLM_AUTHENTICATION_SCHEME, BL_PROXY_SETTINGS_NEGOTIATE_AUTHENTICATION_SCHEME = NatBProxySettings.BLAuthenticationScheme.BL_PROXY_SETTINGS_NEGOTIATE_AUTHENTICATION_SCHEME } |
| Proxy authorization schemes identifiers. More... | |
Public Member Functions | |
| abstract string | GetProxyServer () |
| Should return proxy server name and port using logic application criteria such as static configuration files, local system configuration, etc. | |
| abstract string | GetProxyAuthorization (BLAuthenticationScheme scheme, string realm) |
| When using proxy server, if proxy returns '407 Proxy Authentication Required', the application will be asked for the proxy authentication. | |
Abstract class implemented by the user that lets SDK configure proxy server.
Proxy authorization schemes identifiers.
| abstract string BSDKW::BProxySettings::GetProxyAuthorization | ( | BLAuthenticationScheme | scheme, |
| string | realm | ||
| ) | [pure virtual] |
When using proxy server, if proxy returns '407 Proxy Authentication Required', the application will be asked for the proxy authentication.
If the authentication fails, application will be asked again until two identical values are given or this method returns 0.
| scheme | Authentication scheme required by proxy server |
| realm | Given realm from the proxy server. |
| abstract string BSDKW::BProxySettings::GetProxyServer | ( | ) | [pure virtual] |
Should return proxy server name and port using logic application criteria such as static configuration files, local system configuration, etc.
1.7.4